:root{--bg:#1a1a1a;--bg-grad:#111;--text:#e0e0e0;--accent:#00ffab;--accent-text:#111;--shadow:rgba(0,0,0,0.4)}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:'Inter',sans-serif;background-image:radial-gradient(circle,var(--bg)0%,var(--bg-grad)100%);color:var(--text);overflow:hidden}main{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;height:100vh;padding:1.5rem}img{width:96px;height:96px;margin-bottom:1.5rem;object-fit:contain;loading:lazy;decoding:async}h1{font-size:clamp(1.85rem,5vw,3.25rem);font-weight:700;line-height:1.2;margin-bottom:1rem;max-width:700px}p{font-size:clamp(1rem,2.5vw,1.2rem);font-weight:400;line-height:1.6;margin-bottom:2.5rem;max-width:600px;opacity:.9}.cta{display:inline-block;background-color:var(--accent);color:var(--accent-text);font-size:1.1rem;font-weight:700;text-decoration:none;padding:.9rem 2.2rem;border-radius:8px;transition:transform .2s,box-shadow .2s}.cta:hover,.cta:focus{transform:scale(1.05);box-shadow:0 8px 20px rgba(0,255,171,0.25);outline:none}#cookie-banner{display:none;position:fixed;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.7);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);padding:1.25rem;font-size:.9rem;z-index:100}.cookie-content{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;max-width:800px;margin:0 auto}.cookie-content p{margin:0;opacity:.8;max-width:none;font-size:inherit;line-height:1.4;margin-bottom:0}.cookie-btn{background-color:var(--accent);color:var(--accent-text);border:0;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-weight:700;font-size:.9rem;transition:transform .2s}.cookie-btn:hover{transform:scale(1.05)}